lcEntOffset Home

Creates concentric circles, parallel lines, and parallel curves.
The function can be applied to the following entity types: Line, Xline, Polyline, Arc, Circle, Ellipse, Rectangle

 BOOL lcEntOffset (
   HANDLE hEntity,
   double Dist
 );

Parameters
hEntity
  Handle to a graphic object.
Dist
  Offset distance. For circle, arc, ellipse, rectangle, negative value means offset to center side, positive - outside. For other objects negative value means left side, positive - right side (relative to the object direction).

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  Code sample